home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: newsfeed.acns.nwu.edu!ftpbox!mothost!schbbs!mmsilcc!nagac
- From: nagac@mmsilcc.NoSubdomain.NoDomain (Naga Challa)
- Subject: Reading Randon access filesHello all:
- Organization: MOTOROLA
- Date: Tue, 9 Apr 1996 20:53:26 GMT
- Message-ID: <1996Apr9.205326.15942@schbbs.mot.com>
- Sender: nagac@mmsilcc (Naga Challa)
- Nntp-Posting-Host: 199.2.41.37
-
- I am having problem to read random access file written using
- fortran structure using c.
-
- Fortran structure would look like this:
-
- BOX_KEY INT(4)
- BOX_HEAD INT(4)
- ..
- ..
- BOX_RECORD_TYPE CHAR(1)
- ...
- ..
- BOX_SPARES INT(4*15)
-
- How can I read this kind of fortran structure, written in random access
- file, using c.
-
- How can the above integer variables can be declared in c?
-
- Anybody has done this before?
- Thanks in advance for your input.
- P.S: You might have a problem to send direct reply to this mail,'coz
- my header would be empty. if you are kind enough please
- send mail to:challa@cs.wmich.edu or please post it to the
- news group.
-
- Naga Challa
-
-
-
-
- Keywords:
-
-